dnd-quartz: gtk_widget_render_icon() => gtk_widget_render_icon_pixbuf()
authorBenjamin Otte <otte@redhat.com>
Wed, 15 Dec 2010 11:03:04 +0000 (12:03 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 15 Dec 2010 13:51:25 +0000 (14:51 +0100)
gtk/gtkdnd-quartz.c

index 687f1aa606c8c7769784de5df328a87effcf56b5..0f35cbadfc4b0db1565f205abc5c2289c5d13b7a 100644 (file)
@@ -1566,8 +1566,8 @@ set_icon_stock_pixbuf (GdkDragContext    *context,
 
   if (stock_id)
     {
-      pixbuf = gtk_widget_render_icon (info->widget, stock_id,
-                                      GTK_ICON_SIZE_DND, NULL);
+      pixbuf = gtk_widget_render_icon_pixbuf (info->widget, stock_id,
+                                             GTK_ICON_SIZE_DND, NULL);
 
       if (!pixbuf)
        {